home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
teglc.arc
/
SAMC0206.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-02-16
|
243 b
|
17 lines
/* samc0206.c */
#include "teglsys.h"
void main()
{
imagestkptr fs;
unsigned x=100,y=100,w=200,h=50;
easytegl();
quickframe(&fs,&x,&y,&w,&h);
frametext(fs,2,2,"Hello World!");
teglsupervisor();
}